home *** CD-ROM | disk | FTP | other *** search
/ Aminet 49 / Aminet 49 (2002)(GTI - Schatztruhe)[!][Jun 2002].iso / Aminet / util / libs / muitoolkit-2.1.lha / muitoolkit-2.1 / muitoolkit.readme < prev    next >
Text File  |  2002-04-08  |  3KB  |  123 lines

  1. Short:    The MUI Toolkit library (FREE)
  2. Author:   Marcin Orlowski <carlos@amiga.com.pl>
  3. Uploader: Marcin Orlowski <carlos@amiga.com.pl>
  4. Version:  2.1
  5. Type:     util/libs
  6. WWW     : http://amiga.com.pl/
  7. Source  : util/libs/muitoolkit_src.lha
  8.  
  9.  
  10.  THE STORY
  11.  ----------------------
  12.  
  13.  Anyone being the author of more than one MUI based application most
  14.  probably realized, that using some predefined MUI macros
  15.  (<libraries/mui.h>) speeds up 'writting' the GUI, but most of the authors
  16.  sooner of later write their own bunch of functions and uses them for
  17.  creation of the gui instead of standard one.  And so did I, creating my
  18.  own pool of routines I use in my apps to approach "TLBRTS" (Type Less But
  19.  Reach The Same{tm} ;-) goal.
  20.  
  21.  I just moved all my own MUI related helper-functions into the shared
  22.  library (named muitoolkit as you probably guessed).  It features all
  23.  helpful functions *I* use in my apps to create user interface (valid
  24.  at least for verion 1.0 of MT ;-).
  25.  
  26.  Among the object creation functions, MuiToolkit also features string,
  27.  numeric string requester (something like ReqTools offers for instance)
  28.  etc.  And I plan more of course.  For now, don't forget to watch enclosed
  29.  demo program!
  30.  
  31.  Take a closer look. I hope you'll like it!
  32.  
  33.  
  34.  FEES?
  35.  ----------------------
  36.  
  37.  MuiToolkit is and will remain freeware.  The source code is available
  38.  so anyone can contribute (welcome, welcome!) or bug fix.
  39.  
  40.  
  41.  
  42.  HISTORY
  43.  ----------------------
  44.  
  45.  2.1 (Mon Apr 08 22:27:12 2002)
  46.  
  47.  - fixed mt_Button() to properly handle NULL pointers passed instead
  48.    of short help string pointer (Carlos)
  49.  - mt_String() now accepts NULL for string content and help strings
  50.    correctly (Carlos)
  51.  
  52.  1.1 (Sat Nov 27 15:23:30 1999)
  53.  ------------------------------
  54.  
  55.  - fixed audodocs file (all nodes should now be available) (Carlos)
  56.  - added "Contributions" doc file
  57.  - Made source code publicly available
  58.  
  59.  
  60.  1.0 (Sat Sep 18 13:29:59 1999)
  61.  ------------------------------
  62.  
  63.  - finished autodocs
  64.  - added return value to mt_WinAttach
  65.  - first public release
  66.  
  67.  
  68.  0.7 (Thu Sep 02 21:13:55 1999)
  69.  ------------------------------
  70.  
  71.  - Still working on demo
  72.  - Added:
  73.     - mt_Radio
  74.     - mt_Check
  75.  - mt_GetStringA and mt_GetIntegerA now behave correctly on giving
  76.    them empty string as positive answer
  77.  
  78.  
  79.  0.6 (Wed Sep 01 23:19:59 1999)
  80.  ------------------------------
  81.  
  82.  - Reworked demo program
  83.  - Added:
  84.     - mt_GetStringA
  85.     - mt_GetIntegerA
  86.  
  87.  0.5 (Thu Aug 26 20:34:00 1999)
  88.  ------------------------------
  89.  
  90.  - Implemented:
  91.     - mt_Get
  92.     - mt_ParseHotkey
  93.     - mt_Label
  94.     - mt_EmptyLabel
  95.     - mt_PopButton
  96.     - mt_Checkmark
  97.     - mt_Cycle
  98.     - mt_CycleWeight
  99.     - mt_Slider
  100.     - mt_SliderFmt
  101.     - mt_String
  102.     - mt_StringSecret
  103.     - mt_StringAccept
  104.     - mt_StringReject
  105.     - mt_StringNumeric
  106.     - mt_Button
  107.     - mt_ButtonWeight
  108.     - mt_ButtonToggle
  109.     - mt_WinOpen
  110.     - mt_WinAttach
  111.     - mt_WinDetach
  112.     - mt_Text
  113.  - CVS import
  114.  
  115.  
  116.  
  117.  
  118.   ========================================================================
  119.  
  120.        $Id: muitoolkit.readme,v 1.7 2001/01/14 14:50:03 carlos Exp $
  121.  
  122.   ========================================================================
  123.